'Declaration
Public Function New( _ ByVal browseNames As IEnumerable(Of String) _ )
'Usage
Dim browseNames As IEnumerable(Of String) Dim instance As New BrowsePath(browseNames)
public BrowsePath( IEnumerable<string> browseNames )
public: BrowsePath( IEnumerable<String^>^ browseNames )
Parameters
- browseNames
- A sequence of browse names that form the path, starting from the root.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).